Replace `delete' with `remove' in info.el.
authorJuri Linkov <juri@jurta.org>
Sat, 19 Nov 2011 20:14:56 +0000 (22:14 +0200)
committerJuri Linkov <juri@jurta.org>
Sat, 19 Nov 2011 20:14:56 +0000 (22:14 +0200)
commit7f36b17a03ddd50bcf72e9828711cec214e5be2c
tree48173627f01bd13bfd65d6431062a193be33354c
parent8a3f0e89c1ac0bc0533d9f111c1fa57a219d3996
Replace `delete' with `remove' in info.el.

* lisp/info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
Use non-destructive `remove' instead of `delete' because
`Info-history-list' stored to `Info-isearch-initial-history-list' in
`Info-isearch-start' might need to be restored in `Info-isearch-end'.
lisp/ChangeLog
lisp/info.el